Governor Model: DEGOV
Following checks and corrections are applied during Validation and AutoCorrection.
- If 0.0 < T1 < 0.5*Mult*TimeStep then T1 = 0, ElseIf 0.5*Mult*TimeStep < T1 < Mult*TimeStep then T1 = Mult*TimeStep
- If 0.0 < T2 < 0.5*Mult*TimeStep then T2 = 0, ElseIf 0.5*Mult*TimeStep < T2 < Mult*TimeStep then T2 = Mult*TimeStep
- If 0.0 < T3 < 0.5*Mult*TimeStep then T3 = 0, ElseIf 0.5*Mult*TimeStep < T3 < Mult*TimeStep then T3 = Mult*TimeStep
- If 0.0 < T4 < 0.5*Mult*TimeStep then T4 = 0, ElseIf 0.5*Mult*TimeStep < T4 < Mult*TimeStep then T4 = Mult*TimeStep
- If 0.0 < T5 < 0.5*Mult*TimeStep then T5 = 0, ElseIf 0.5*Mult*TimeStep < T5 < Mult*TimeStep then T4 = Mult*TimeStep
- If 0.0 < T6 < 0.5*Mult*TimeStep then T6 = 0, ElseIf 0.5*Mult*TimeStep < T6 < Mult*TimeStep then T5 = Mult*TimeStep
- If 0.0 < Td < 0.25*Mult*TimeStep then Td = 0.0
ElseIf 0.25*Mult*TimeStep < Td < 0.5*Mult*TimeStep then Td = 0.5*Mult*TimeStep - If Tmax < Tmin then swap the values.
Mult represents the user-specified value Minimum time constant size as multiple of time step option on the Validation page of the Transient Stability Dialog
TimeStep represents the integration time step being used as described on TimeStep
Following treatment is handled during the transient numerical simulation
- If T5 = 0, then we also assume T4 = 0
- If Pmech > Tmax, then Tmax = Pmech or if Pmech < Tmin, then Tmin = Pmech
Model Equations and/or Block Diagrams
Parameters:
| T1 | Governor mechanism time constant, sec |
| T2 | Turbine power time constant, sec |
| T3 | Turbine exhaust temperature time constant, sec |
| K | Governor gain (reciprocal of droop), pu |
| T4 | Governor lead time constant, sec |
| T5 | Governor lag time constant, sec |
| T6 | Actuator time constant, sec |
| Td | Engine time delay, sec |
| Tmax | Upper Limit, pu |
| Tmin | Lower Limit, pu |